records
Area of Community Yards
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"area-of-community-yards",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/area-of-community-yards"
}
] - "definitions":{
- "area-of-community-yards":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/area-of-community-yards_records"
}
}
} - "records":
} - "properties":
- "area-of-community-yards_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"number",
- "title":"Year",
- "description":""
} - "service_ar":,{
- "type":"string",
- "title":"Service_AR",
- "description":""
} - "service_en":,{
- "type":"string",
- "title":"Service_EN",
- "description":""
} - "category_ar":,{
- "type":"string",
- "title":"Category_AR",
- "description":""
} - "category_en":,{
- "type":"string",
- "title":"Category_EN",
- "description":""
} - "number_of_community_yards":{
- "type":"number",
- "title":"Number of Community yards",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "area-of-community-yards":
}